ModelingRelationshipColumnPair

A pair of linked columns used to define a relationship in the model definition. A relationship can be defined by 1 or more pairs.

  • API Section: Objects
  • Type: Object

Properties

Name

Description

Required

Type

Format

primaryColumnUniqueName

The primary column's unique name

-

string

foreignColumnUniqueName

The foreign column's unique name

-

string

operatorType

The Operator Type, direction is: primaryColumnUniqueName operatorType foreignColumnUniqueName

-

OperatorType

conditionJoinType

The Condition Join Type (And, Or)

-

ConditionConjunctionType

Usages